home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMEXPORTPHP5 / TFRMEXPORTPHP5.txt < prev   
Text File  |  2005-08-08  |  4KB  |  171 lines

  1. inherited FrmExportPhp5: TFrmExportPhp5
  2.   Left = 357
  3.   Top = 288
  4.   VertScrollBar.Range = 0
  5.   BorderStyle = bsDialog
  6.   Caption = 'FrmExportPhp5'
  7.   ClientWidth = 353
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Label2: TLabel [0]
  11.     Left = 8
  12.     Top = 36
  13.     Width = 129
  14.     Height = 13
  15.     Caption = 'Nom base de donn'#233'e sqlite'
  16.     Transparent = True
  17.   end
  18.   object Label7: TLabel [1]
  19.     Left = 8
  20.     Top = 60
  21.     Width = 33
  22.     Height = 13
  23.     Caption = 'Th'#232'me'
  24.     Transparent = True
  25.   end
  26.   object Label3: TLabel [2]
  27.     Left = 8
  28.     Top = 84
  29.     Width = 130
  30.     Height = 13
  31.     Caption = 'Choisir les colonnes visibles'
  32.     Transparent = True
  33.   end
  34.   object Label1: TLabel [3]
  35.     Left = 8
  36.     Top = 12
  37.     Width = 132
  38.     Height = 13
  39.     Caption = 'Extension des fichiers php 5'
  40.     Transparent = True
  41.   end
  42.   object Panel1: TPanel [4]
  43.     Left = 9
  44.     Top = 112
  45.     Width = 102
  46.     Height = 77
  47.     BevelOuter = bvNone
  48.     BorderWidth = 1
  49.     Caption = 'Panel1'
  50.     Color = clBlack
  51.     TabOrder = 6
  52.     object Image1: TImage
  53.       Left = 1
  54.       Top = 1
  55.       Width = 100
  56.       Height = 75
  57.       Align = alClient
  58.       Picture.Data = {<image000.bmp>}
  59.     end
  60.   end
  61.   inherited sb: TTBXStatusBar
  62.     Width = 353
  63.   end
  64.   object TBXDock: TTBXDock [6]
  65.     Left = 0
  66.     Top = 204
  67.     Width = 353
  68.     Height = 26
  69.     Position = dpBottom
  70.     object TBToolbar: TTBXToolbar
  71.       Left = 0
  72.       Top = 0
  73.       Align = alBottom
  74.       BorderStyle = bsNone
  75.       Caption = 'TBToolbar'
  76.       DockMode = dmCannotFloatOrChangeDocks
  77.       DockPos = 152
  78.       DragHandleStyle = dhNone
  79.       FullSize = True
  80.       Images = ImageListSmall
  81.       TabOrder = 0
  82.       object TBXItem1: TTBXItem
  83.         Action = ActionFermer
  84.         DisplayMode = nbdmImageAndText
  85.       end
  86.       object TBXSeparatorItem1: TTBXSeparatorItem
  87.       end
  88.       object TBItem1: TTBXItem
  89.         Action = ActionLancer
  90.         DisplayMode = nbdmImageAndText
  91.       end
  92.     end
  93.   end
  94.   object cxEdExt: TcxTextEdit [7]
  95.     Left = 176
  96.     Top = 8
  97.     Width = 121
  98.     Height = 21
  99.     TabOrder = 1
  100.     Text = '.php5'
  101.   end
  102.   object cxEdBddName: TcxTextEdit [8]
  103.     Left = 176
  104.     Top = 32
  105.     Width = 121
  106.     Height = 21
  107.     TabOrder = 2
  108.     Text = 'mc.db'
  109.   end
  110.   object cxCbThemeWs: TcxComboBox [9]
  111.     Left = 176
  112.     Top = 56
  113.     Width = 145
  114.     Height = 21
  115.     Properties.DropDownListStyle = lsFixedList
  116.     TabOrder = 3
  117.   end
  118.   object cxButton1: TcxButton [10]
  119.     Left = 176
  120.     Top = 78
  121.     Width = 121
  122.     Height = 25
  123.     Action = ActionPersonnaliserColonnes
  124.     TabOrder = 4
  125.   end
  126.   object Memo1: TMemo [11]
  127.     Left = 120
  128.     Top = 112
  129.     Width = 225
  130.     Height = 81
  131.     BorderStyle = bsNone
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clRed
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     Lines.Strings = (
  138.       'ATTENTION !'
  139.       'Il s'#39'agit d'#39'un export PHP 5'
  140.       'Les extensions suivantes doivent '#234'tre activ'#233'es:'
  141.       '- SQLite Library'
  142.       '- libxslt')
  143.     ParentColor = True
  144.     ParentFont = False
  145.     TabOrder = 7
  146.   end
  147.   inherited aclFiche: TActionList
  148.     Left = 32
  149.     Top = 152
  150.     object ActionLancer: TAction
  151.       Caption = 'Lancer'
  152.       ImageIndex = 22
  153.       OnExecute = ActionLancerExecute
  154.       OnUpdate = ActionLancerUpdate
  155.     end
  156.     object ActionFermer: TAction
  157.       Caption = 'Fermer'
  158.       ImageIndex = 16
  159.       OnExecute = ActionFermerExecute
  160.     end
  161.     object ActionPersonnaliserColonnes: TAction
  162.       Caption = 'Personnaliser...'
  163.       OnExecute = ActionPersonnaliserColonnesExecute
  164.     end
  165.   end
  166.   inherited ImageListSmall: TImageList
  167.     Left = 104
  168.     Top = 32
  169.   end
  170. end
  171.